popover: Don't inherit style from parent
authorBenjamin Otte <otte@redhat.com>
Thu, 3 Sep 2015 13:59:57 +0000 (15:59 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 4 Sep 2015 16:59:51 +0000 (18:59 +0200)
commit63cefa199aa8f0d094b1cd541265e7fab9c68f2f
treebd1d4fff3a69211d906e4a09e1a7fbdf47818a76
parent5b7bed68a90ed15c2f2c255d7b10108322775575
popover: Don't inherit style from parent

Instead, inherit style from toplevel (because that's the default way,
not because it makes lots of sense).

This way, popovers don't inherit the styling from the widget that popped
them up, which is a problem in selected listbox rows, selection-mode
headerbars.
It also doesn't inherit styling where we might want it, like the osd.

But we can only have one of the two things.
gtk/gtkpopover.c